From c58a1a0cafb86274a04f860dbba6c4052e076ce2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 May 1993 18:43:01 +0000 Subject: [PATCH] (Fx_open_connection) [NO_XRM_SET_DATABASE]: Don't call XrmsSetDatabase. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 4ff2e1ab5c8..1afdb33a5c8 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3447,7 +3447,7 @@ arg XRM_STRING is a string of resources in xrdb format.") else xrm_option = (unsigned char *) 0; xrdb = x_load_resources (x_current_display, xrm_option, EMACS_CLASS); -#ifdef HAVE_X11R5 +#if defined (HAVE_X11R5) && ! defined (NO_XRM_SET_DATBASE) XrmSetDatabase (x_current_display, xrdb); #else x_current_display->db = xrdb; -- 2.30.2